home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Screenblankers / MultiBlank / MultiBlank.doc < prev    next >
Text File  |  1996-09-26  |  2KB  |  68 lines

  1. Program: MultiBlank
  2.  
  3. Version: 1.5 (6.1.96)
  4.  
  5. Author:  Simon Clayton
  6.          12 Valley Way
  7.          Exmouth
  8.          Devon
  9.          EX8 4PD
  10.          ENGLAND
  11.  
  12.          EMail: sdc395@ecs.soton.ac.uk
  13.  
  14. Short:   MultiBlank is a modular screen blanker like GBlanker and BlitzBlank
  15.          but (IMHO) better
  16.  
  17. Req.:    MultiBlank works on any Amiga with OS 2.04 or above
  18.  
  19. MultiBlank is a modular screen blanker which uses OS 2.04 commodities
  20. functions to monitor user activity.  It can be run from a CLI or Workbench
  21. and takes it's settings from the command line or .info file respectively.
  22.  
  23. The arguments/tooltypes are as follows:
  24.  
  25. CX_POPUP    - show user interface on startup.  Default NO
  26.  
  27. CX_POPKEY   - specify hotkey using commodities conventions.  Default
  28.               "control alt b"
  29.  
  30. CX_PRIORITY - commodities priority.  Default 0
  31.  
  32. SCREEN      - Delay between last user activity and start of screen blanking.
  33.               Default 8 mins.
  34.  
  35. MOUSE       - Delay between last user activity and mouse blanking.  Default
  36.               3 mins.
  37.  
  38. PATH        - Path to directory containing blanking modules.  Default
  39.               "Modules"
  40.  
  41. MODULE      - Name of startup module.  Default "BlackOut"
  42.               BlackOut is a built in module which does as little as possible
  43.               to achieve a blank screen.  This module is used as a backup if
  44.               the requested one fails in any way.
  45.  
  46. If you want to write a module for MultiBlank then go ahead.  All I ask is
  47. that you take care to make it stable and that you send me a copy.  See the
  48. documentation in "Developers" drawer for more info.
  49.  
  50. Any suggestions for improving this program are welcome.
  51.  
  52. I realise that this isn't a very in-depth doc but I hate writing them and
  53. this is a VERY simple program :-)
  54.  
  55. One more thing...
  56.  
  57. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  58. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE
  59. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  60. YOU ARE ADVISED TO TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT.  YOU
  61. AGREE TO ACCEPT THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  62. SOFTWARE AND DOCUMENTATION.  IN NO EVENT WILL SIMON CLAYTON BE LIABLE FOR
  63. DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY
  64. DEFECT IN THE PROGRAM.
  65.  
  66. Hope you like it,
  67.  
  68. Simon